|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectraar.agent.process.RAProcess
raar.agent.process.RASpecialProcess
raar.agent.process.RADebuggerProcess
public class RADebuggerProcess
RADebuggerProcess (Monitor) is used to output certain values in the process map. It does not delay execution.
| Field Summary |
|---|
| Fields inherited from class raar.agent.process.RAProcess |
|---|
hasRun, inregister, outregister, register, sourceCode, statement |
| Constructor Summary | |
|---|---|
RADebuggerProcess(java.lang.String name)
Construct an RADebuggerProcess. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clone. |
java.lang.String |
getDebugInfo()
Get debug info. |
java.lang.String |
getDescription()
Provide a description; how does the process work, et cetera. |
void |
run()
Run the process. |
| Methods inherited from class raar.agent.process.RASpecialProcess |
|---|
decreaseBinding, execute, getAcceptedDataType, getDataType, increaseBinding, isSpecial, reset, setAcceptedDataType, setSourceCode |
| Methods inherited from class raar.agent.process.RAProcess |
|---|
acceptsInput, dumpRegisters, get, getInputNames, getInputObjects, getOutputNames, getOutputObjects, getProcessName, getSourceCode, set, setProcessName, suppliesOutput |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RADebuggerProcess(java.lang.String name)
| Method Detail |
|---|
public java.lang.Object clone()
clone in class RASpecialProcess
public void run()
throws RAException
run in class RASpecialProcessRAExceptionpublic java.lang.String getDebugInfo()
getDebugInfo in interface RADebuggablepublic java.lang.String getDescription()
getDescription in class RASpecialProcess
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||